home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 12 regular expressions / exprevaluator / exprevaluator.vbproj < prev    next >
Encoding:
Text File  |  2001-08-03  |  4.3 KB  |  121 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.0.9254"
  5.         SchemaVersion = "1.0"
  6.     >
  7.         <Build>
  8.             <Settings
  9.                 ApplicationIcon = ""
  10.                 AssemblyKeyContainerName = ""
  11.                 AssemblyName = "ExprEvaluator"
  12.                 AssemblyOriginatorKeyFile = ""
  13.                 AssemblyOriginatorKeyMode = "None"
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 OptionCompare = "Binary"
  20.                 OptionExplicit = "Off"
  21.                 OptionStrict = "On"
  22.                 RootNamespace = "ExprEvaluator"
  23.                 StartupObject = "ExprEvaluator.Form1"
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     BaseAddress = "0"
  28.                     ConfigurationOverrideFile = ""
  29.                     DefineConstants = ""
  30.                     DefineDebug = "true"
  31.                     DefineTrace = "true"
  32.                     DebugSymbols = "true"
  33.                     IncrementalBuild = "true"
  34.                     Optimize = "false"
  35.                     OutputPath = "bin\"
  36.                     RegisterForComInterop = "false"
  37.                     RemoveIntegerChecks = "false"
  38.                     TreatWarningsAsErrors = "false"
  39.                     WarningLevel = "1"
  40.                 />
  41.                 <Config
  42.                     Name = "Release"
  43.                     BaseAddress = "0"
  44.                     ConfigurationOverrideFile = ""
  45.                     DefineConstants = ""
  46.                     DefineDebug = "false"
  47.                     DefineTrace = "true"
  48.                     DebugSymbols = "false"
  49.                     IncrementalBuild = "true"
  50.                     Optimize = "false"
  51.                     OutputPath = "bin\"
  52.                     RegisterForComInterop = "false"
  53.                     RemoveIntegerChecks = "false"
  54.                     TreatWarningsAsErrors = "false"
  55.                     WarningLevel = "1"
  56.                 />
  57.             </Settings>
  58.             <References>
  59.                 <Reference
  60.                     Name = "System"
  61.                     AssemblyName = "System"
  62.                 />
  63.                 <Reference
  64.                     Name = "System.Data"
  65.                     AssemblyName = "System.Data"
  66.                 />
  67.                 <Reference
  68.                     Name = "System.Drawing"
  69.                     AssemblyName = "System.Drawing"
  70.                 />
  71.                 <Reference
  72.                     Name = "System.Windows.Forms"
  73.                     AssemblyName = "System.Windows.Forms"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.XML"
  77.                     AssemblyName = "System.Xml"
  78.                 />
  79.             </References>
  80.             <Imports>
  81.                 <Import Namespace = "Microsoft.VisualBasic" />
  82.                 <Import Namespace = "System" />
  83.                 <Import Namespace = "System.Collections" />
  84.                 <Import Namespace = "System.Data" />
  85.                 <Import Namespace = "System.Drawing" />
  86.                 <Import Namespace = "System.Diagnostics" />
  87.                 <Import Namespace = "System.Windows.Forms" />
  88.             </Imports>
  89.         </Build>
  90.         <Files>
  91.             <Include>
  92.                 <File
  93.                     RelPath = "AssemblyInfo.vb"
  94.                     SubType = "Code"
  95.                     BuildAction = "Compile"
  96.                 />
  97.                 <File
  98.                     RelPath = "Evaluate.vb"
  99.                     SubType = "Code"
  100.                     BuildAction = "Compile"
  101.                 />
  102.                 <File
  103.                     RelPath = "Form1.vb"
  104.                     SubType = "Form"
  105.                     BuildAction = "Compile"
  106.                 />
  107.                 <File
  108.                     RelPath = "Form1.resx"
  109.                     DependentUpon = "Form1.vb"
  110.                     BuildAction = "EmbeddedResource"
  111.                 />
  112.                 <File
  113.                     RelPath = "licenses.licx"
  114.                     BuildAction = "Content"
  115.                 />
  116.             </Include>
  117.         </Files>
  118.     </VisualBasic>
  119. </VisualStudioProject>
  120.  
  121.